home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000185_news@watsun.cc.columbia.edu _Thu Feb 4 09:51:30 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA03277
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 4 Feb 1999 09:51:29 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA13143
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 4 Feb 1999 09:25:34 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Unix C-Kermit questions
  11. Date: 4 Feb 1999 14:25:33 GMT
  12. Organization: Columbia University
  13. Message-ID: <79cakt$cqk$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <79b65m$s7h$1@duke.telepac.pt>,
  17. Antonio Azevedo <filmi@mail.telepac.pt> wrote:
  18. : ...
  19. : 1) In the "ckuker.nr" file, I found, regarding the LOG command:
  20. :     a) In the "Program Management" section,
  21. :              LOG    Open a log file -- debugging, packet, session,
  22. :                     transaction.
  23. :     b) In the "File Transfer" section,
  24. :              LOG SESSION    Download a file with no error checking
  25. : The question is, if I use the LOG SESSION command at
  26. : the beginning of a "take" file, does that means the files I
  27. : will transfer after that will have "no error checking" ?
  28. No, it means that all characters that arrive while LOG SESSION is active
  29. during CONNECT, INPUT, or SCRIPT command execution will also be recorded
  30. in the session log file.
  31.  
  32. LOG SESSION can be used to "capture" remote text files, but you would
  33. only want to do this if you did not have a Kermit program on the other
  34. end of the connection, with which you could use the error-correcting
  35. Kermit protocol.
  36.  
  37. No matter whether LOG SESSION is active, SEND/GET/RECEIVE, etc, still
  38. use the error-correcting Kermit protocol.
  39.  
  40. : 2) Using C-Kermit on-line, I have being receiving the
  41. :      "Last Error Message" --- Receive window full.
  42. :      Can anyone give me a clue about this ?
  43. I suggest you try C-Kermit 7.0 Beta, announced yesterday.  I hope you
  44. will not see this message any more in the new version:
  45.  
  46.   http://www.columbia.edu/kermit/ck70.html
  47.  
  48. - Frank